/* tag flt num*/
/*tag*/
div.tag{
    float: left;
    overflow: hidden;
    height: 100%;
    margin: 0 5px 5px;
    width: calc(100% - 10px);
}
div.tagh{
    float: left;
}
a.taga{
    display: block;
    float: left;
    margin: 4px;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #333333;
    border: 1px dotted #CCCCCC;
}
a.taga:hover{
    background: #3AC3DF;
    color: #FFFFFF;
    border: 1px solid #2B8FA0;
}
div.tagshw{
    display: none;
    float: left;
    margin: 5px 10px 5px;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #F2F2F2;
}
span.tagsshw{
    cursor: pointer;
    font-size: 14px;
    color: #DD0000;
}
span.tagsshw:hover{
    color: #B22222;
    text-decoration: underline;
}
/* flt */
div.flt{
    float: left;
    margin: 0 11px 0 5px;    
    width: 184px;
    background: #444444;
    border-bottom: 4px solid #444444;
}
div.flttit{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold; 
    background: #336699;
    border-top: 1px solid #224466;
    border-bottom: 1px solid #224466;
    text-shadow: 1px -1px 0 #224466;
}
div.fltcnt{
    float: left;
    margin: 0 4px;
    width: calc(100% - 8px);
    line-height: 34px;
    color: #333333;
    text-align: center;
    font-size: 13px;
    background: #FFFFFF;
}
div.fltlim{
    float: left;
    overflow-y: scroll;
    width: 100%;
    max-height: 290px;
}
div.fltchn{
    cursor: pointer;
    float: left;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    color: #DD0000;
    border-top: 1px solid #333333;
}
div.fltchn:hover{
    color: #B22222;
    text-decoration: underline;
}
a.fltchna{
    font-size: 13px;
    color: #DD0000;
}
a.fltchna:hover{
    color: #B22222;
    text-decoration: underline;
}
select.fltsel{
    margin: 5px 0;
    height: 30px;
}
select.fltselw1{
    width: 164px;
}
select.fltselw2{
    width: 130px;
}
li.fltli{
    overflow: hidden;
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    border-bottom: #CCCCCC 1px solid;
    text-indent: 7px;
    background-color: #FFFFFF;
}
li.fltliti{
    text-indent: 15px;
}
input.fltchb{
    margin: 8px 0;
}
li.fltli:last-child{
    border-bottom: 0;
}
label.fltlab{
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #333333;
}
label.fltlab:hover{
    color: #00A1FF;
}
label.fltlabg{
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #999999;
}
label.fltlabg:hover{
    color: #00A1FF;
}
span.flts{
    font-size: 12px;
    color: #00A1FF;
}
a.flta{
    text-indent: 20px;
    font-size: 12px;
    color: #333333;
}
a.flta:hover{
    color: #00A1FF;
}
a.fltag{
    text-indent: 20px;
    font-size: 12px;
    color: #999999;
}
a.fltag:hover{
    color: #00A1FF;
}
div.fltshw{
    display: none;
    cursor: pointer;
    float: left;
    margin: 2px 10px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #FFFFFF; 
    text-align: center;
    background: #3AC3DF;
    border: 1px solid #2B8FA0;
}
div.fitsrt{
    float: left;
    width: 250px;
    height: 40px;
    font-size: 12px;
    text-indent: 5px;
    color: #999999;
}
/*num*/
span.nums{
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    border: 1px solid #FFFFFF;
}
span.nums:hover{
    color: #2B8FA0;
    border: 1px solid #3AC3DF;
}
span.numsact{
    display: inline-block;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
}
span.num3s{
    font-size: 17px;
    color: #333333;    
}


/*media*/
@media (max-width:1220px){
    div.flt{
        position: fixed;
        top: 0;
        left: -300px;
        width: 210px;
        height: 100%;
        z-index: 150;
    }
    div.fltscr{
        height: 100%;
        overflow-y: scroll;
    }
    div.fltshw{
        display: block;
    }
    div.car{
        width: 100%;
    }
}
@media (max-width:800px){
    div.fltshw{
        margin: 2px 5px;
        width: calc(100% - 12px);
    }
}
@media (max-width:520px){
    div.car{
        width: 100%;
        margin: 40px 0 0;
    }
}